Skip to content

%% derivative antiderivative %%

Fundamental Theorem of Calculus, Part 1

Tags
Calculus
Cegep/2
Word count
309 words
Reading time
2 minutes

Abbr. FTC1

If f(t) is continuous on [a,b], let A(x)=axf(t)dt, then:

  1. A is continuous on [a,b]
  2. A is differentiable on (a,b)
  3. ==A=f==

Proof

We know that f is continuous on [a,b].
We want to show that A(x)=f(x).
Let A(x)=axf(t)dt, then

A(x+h)A(x)=ax+hf(t)dtaxf(t)dt=xx+hf(t)dtA(x+h)A(x)h=1hxx+hf(t)dt

We want to show that A(x)=limh0A(x+h)A(x)h=limh01hxx+hf(t)dt=f(x).
Since f is continuous on [x,x+h],
By E.V.T., there must exist an absolute minimum mh and an absolute maximum Mh for f on [x,x+h].
Therefore,

mhf(t)Mh(mh)hxx+hf(t)dt(Mh)hmh1hxx+hf(t)dtMhlimh0mhlimh01hxx+hf(t)dtlimh0Mh

Since limh0mh=limh0Mh=f(x),
By the Squeeze Theorem,

limh01hxx+hf(t)dt=f(x)

Examples

Solve ddx5x(1sint)dt.

1sint is continuous at t=5.
by FTC1,

ddx5x(1sint)dt=1sinx

Contributors

Changelog